Fix DEBUG_THREADS in the Android port
authorPo Lu <luangruo@yahoo.com>
Wed, 7 Feb 2024 13:09:18 +0000 (21:09 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 7 Feb 2024 13:09:34 +0000 (21:09 +0800)
commite5cb268b2cf612492dfaf39d28f43357710003a6
tree024c2da0868ba489faad7126ad2452ff1c72db4b
parentccae58a425674c36cb6f17bcebc4416d34f23a37
Fix DEBUG_THREADS in the Android port

* java/org/gnu/emacs/EmacsService.java (EmacsService): New field
`mainThread'.
(onCreate): Set `mainThread' to the thread where the service's
looper executes.
(checkEmacsThread): Compare against SERVICE.mainThread.
java/org/gnu/emacs/EmacsService.java